projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db0afb
)
(read_key_sequence): Change some locals to `int'.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Jun 1997 00:47:07 +0000
(
00:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Jun 1997 00:47:07 +0000
(
00:47
+0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 1953dfe82e964850bc3df4300a42bdbb616c4683..b74f9cbd6db98e7844903e7ac3f6df4aaf287e02 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-5911,12
+5911,12
@@
read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
/* Save the status of key translation before each step,
so that we can restore this after downcasing. */
Lisp_Object prev_fkey_map;
-
Lisp_Objec
t prev_fkey_start;
-
Lisp_Objec
t prev_fkey_end;
+
in
t prev_fkey_start;
+
in
t prev_fkey_end;
Lisp_Object prev_keytran_map;
-
Lisp_Objec
t prev_keytran_start;
-
Lisp_Objec
t prev_keytran_end;
+
in
t prev_keytran_start;
+
in
t prev_keytran_end;
int junk;